home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Text Processing / BBEdit 2.5 Demo / BBEdit General Information < prev    next >
Text File  |  1994-05-03  |  14KB  |  358 lines

  1. ========================================
  2. Text Editors vs. Word Processors
  3. ==== ======= === ==== ==========
  4.  
  5. Many people consider that text editors and word processors are
  6. actually the same type of application, differing mainly on the basis
  7. of size and cost. There are, however, a number of practical features
  8. which affect how a given program should be categorized.
  9.  
  10. Text editors are applications which are used strictly for editing and
  11. transforming text. In this context, "text" means a document which
  12. contains any arbitrary combination of characters, including letters,
  13. numbers, punctuation marks, and other symbols. Some examples include
  14. PostScript text files, BinHex or uuencoded data files, program source
  15. code files, or documents such as this one. The functional emphasis for
  16. a text editor is on manipulation of characters and lines (often within
  17. very large files), rather than words or other units of written
  18. language. This of course does not imply that text editors cannot or
  19. should not have word-oriented functions as well, but rather that they
  20. must handle a variety of arbitrary types of file content which word
  21. processors are not optimized for.
  22.  
  23. A text editor does not commonly incorporate extensive formatting
  24. options, as its goal is to manipulate files which will be employed or
  25. passed on in digital form (e.g. as ASCII files, or as input to some
  26. external formatting or processing program). Thus, provisions for
  27. external interactions with programming environments or similar tools
  28. are also common among text editors.
  29.  
  30. In contrast, word processors are applications optimized and primarily
  31. used for preparing and formatting documents for printed output. In
  32. keeping with the nature of printed documents, word processing programs
  33. naturally focus on language elements such as words, paragraphs, and
  34. sentences, and on providing extensive sets of formatting options to
  35. aid in the production of printed output.
  36.  
  37. In principle, word processors can provide many of the text
  38. manipulation features of text editors. In practice, text editors are
  39. leaner and meaner: they enjoy much smaller footprints (in other words,
  40. they take up less space, both on the disk and in RAM), and are faster
  41. at display and scrolling than word processors. They contain features
  42. that most word processors don't have, such as multi-file search and
  43. replace, line-oriented text manipulation, and even more. They are
  44. ideal tools for programming, telecommunications, cross-platform text
  45. transfer, data analysis, and simple composition (such as the file
  46. you're reading now).
  47.  
  48. BBEdit is a text editor.
  49.  
  50.  
  51. Why BBEdit is so Cool
  52. === ====== == == ====
  53.  
  54. Most text editors are capable tools. BBEdit is a power tool:
  55.  
  56.     -    Integrated support for THINK C(tm) and Symantec C++.
  57.             (THINK C/Symantec C++ version 6.0 or later required)
  58.     -    Support for MPW(r)'s ToolServer.
  59.     -    Support for the MPW "411" on-line Macintosh
  60.             programming reference.
  61.     -    Importing and Exporting of foreign file formats via
  62.             Claris XTND(tm).
  63.     -    Disk and Glossary Browsers.
  64.     -    Ability to read THINK C, THINK Pascal, and Code
  65.         Warrior projects for browsing and searching.
  66.     -    Support for On Location(tm) for text searches.
  67.     -    Multi-file search and replace.
  68.     -    Built-in Compare utility.
  69.     -    Automatic line feed translation.
  70.     -    Stationery documents.
  71.     -    Ability to open multiple files with one command.
  72.     -    Pattern ("grep") searching.
  73.     -    System 7 savvy; System 6 friendly.
  74.     -    A/UX(tm) 3.0 compatible.
  75.  
  76. Here's what some of the critics have to say about BBEdit:
  77.  
  78.     "It doesn't suck."
  79.         - Leonard Rosenthol, Director of Advanced Technology,
  80.             Aladdin Systems.
  81.             
  82.     "It has that, as the French say, 'I don't know what'".
  83.         -  Keith Rollin, co-author, Macintosh Programming Secrets
  84.         
  85.     "It's the feel-good hit of the summer".
  86.         -  Phil Shapiro, Software Engineer, Symantec Corporation
  87.     
  88.     "BBEdit provides much functionality in an uncluttered
  89.         interface that belies its power." -    TidBITS #202
  90.     
  91. BBEdit 2.5 has been designated a Finalist for the 1993 MacUser Editors'
  92. Choice Awards in the category of Best New Development Tool.
  93.  
  94. Why not use Another Text Editor?
  95. === === === ======= ==== =======
  96.  
  97. There are many reasons:
  98.  
  99.     -    None of them are as well-supported as BBEdit. Others
  100.         go years between maintenance versions and major releases;
  101.         we continually maintain and enhance BBEdit to meet our
  102.         customers' needs.
  103.     
  104.     -    None of them work as smoothly with your chosen development
  105.         tools (THINK C/Symantec C++, THINK Reference 2.0, or MPW
  106.         ToolServer) as BBEdit does.
  107.     
  108.     -    None of them can read or search THINK C, THINK Pascal,
  109.         and Code Warrior project documents.
  110.         
  111.     -    None of them support the Claris XTND mechanism.
  112.     
  113.     -    Or On Location.
  114.         
  115.     -    Or have any neat features like disk browsers.
  116.     
  117.     -    Or support for Balloon Help.
  118.     
  119. And the list goes on.
  120.  
  121. BBEdit has been around for a while, and continues to support its
  122. installed base. And it promises to keep on doing so. Let's face it:
  123. there are old text editors, and there are bold text editors, but there
  124. are no old, bold text editors.
  125.  
  126.  
  127. Specifications
  128. ==============
  129.  
  130. Current Major Version: 2.5
  131. Application Type: Text Editor
  132. Application Size on Disk: 290K
  133. Total Package Size (as distributed): 760K
  134. Documentation: 168-page perfect-bound User Manual, included with package.
  135.  
  136. Maximum File Size: Limited by available system memory; theoretical max. is 2GB.
  137. Maximum number of open files: Limited by available memory.
  138.  
  139. File Formats: Macintosh 'TEXT', DOS, UNIX(tm), any XTND-translatable format.
  140. Apple Event Support: 'required' suite, plus additional events as necessary
  141.     for ToolServer, On Location, THINK Reference 2.0, THINK C/Symantec C++.
  142. Text Search & Replace: plain-text search, both forward and reverse. Case-
  143.     and word-sensitive; 'grep' pattern-matching.
  144. Text Viewing and Editing: parenthesis balancing; smart quotes; splittable
  145.     editing windows; optional display of tab stops, line numbers, invisible
  146.     characters, and cursor position.
  147. Expansion: via drop-in code modules. API documented, published, and upward-
  148.     compatible.
  149.  
  150.  
  151. Requirements
  152. ============
  153.  
  154. System Software: version 6.0.7 or later, or A/UX 3.0 or later.
  155.  
  156. Hardware: Macintosh Plus or later; includes all Plus, SE, II, Quadra, Centris,
  157.     Performa, PowerBook, Duo, Classic, and Power Macintosh models.
  158.     
  159. Memory: 350K of RAM minimum. Compatible with Apple VM, 32-bit mode, and
  160.     Connectix MAXIMA, VIRTUAL, and MODE32 software.
  161.     
  162. Disk: Will fit on an 800K floppy disk with System 6.0.7 minimum installation;
  163.     1.44MB disk with System 7.x minimum installation.
  164.  
  165.  
  166. Pricing Information
  167. ======= ===========
  168.  
  169. The pricing information presented here is for people who would like to
  170. obtain BBEdit directly from Bare Bones Software. You can also obtain
  171. BBEdit from MacTech Magazine's Mail Order Store; call (310) 575-4343
  172. for pricing and ordering information.
  173.  
  174. Customers in Australia and New Zealand should contact TechFlow Pty.
  175. Ltd. In Australia, contact:
  176.  
  177. TechFlow Pty. Ltd.
  178. 5/17 Mooramba Road
  179. Dee Why, Sydney, 2099
  180. Phone +61 2 971 4311
  181. Fax +61 2 982 3623
  182.  
  183. In New Zealand, contact:
  184.  
  185. TechFlow Pty. Ltd.
  186. 439 Lake Road
  187. Takapuna
  188. Auckland
  189. Phone  +64 9 486 0659
  190. Fax +64 9 489 6010
  191.  
  192. -----
  193.  
  194. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  195. •                                                                            •
  196. •                                                                            •
  197. •    SPECIAL NOTE:    If you purchase BBEdit 2.5 after May 1, 1994,            •
  198. •                    and •before• BBEdit 3.0 ships, you will be                •
  199. •                    able to upgrade to BBEdit 3.0 for only                    •
  200. •                    $5.00 (U.S.) or $10.00 (Canada and Overseas).            •
  201. •                                                                            •
  202. •                                                                            •
  203. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  204.  
  205. The single-copy price for BBEdit 2.5 is $99. Quantity discounts and 
  206. site licenses are available; contact Bare Bones Software at the address
  207. below for more information.
  208.  
  209. There is a special upgrade price of $49 available for users of BBEdit
  210. Lite 2.3, BBEdit 2.2 or earlier, Vantage, QUED/M, THINK C, THINK Pascal,
  211. Code Warrior, or MPW. (See the ordering details section below for
  212. proof-of-ownership requirements.) This discount is only available on
  213. copies of BBEdit purchased directly from Bare Bones Software.
  214.  
  215. If you are a student, you can obtain BBEdit 2.5 for the special student
  216. price of $29. The student price is only available on copies of BBEdit
  217. purchased from Bare Bones Software.
  218.  
  219. Massachusetts residents add 5% sales tax to each order. For the $99
  220. price, it's $4.95 per copy. For the $49 special upgrade price, it's $2.45
  221. per copy; for the $29 student price, it's $1.45 per copy.
  222.  
  223. To each order, add shipping and handling charges as follows:
  224.  
  225. Domestic Shipping & Handling (United States Only):
  226.  
  227. Shipping Method                Charge**    Delivery Time*
  228. ---------------                ------        -------- ----
  229. UPS Ground                    $5.00        varies by destination
  230. UPS Second Day Air            $10.00        second business day
  231. UPS Overnight                $20.00        next business day
  232.  
  233. International Shipping & Handling (Canada, Europe, etc):
  234.  
  235. USPS International Airmail    $10.00        varies by destination
  236. UPS Ground (Canada Only)    $10.00***    varies by destination
  237. UPS 2nd Day Air (Canada)    $30.00****    second business day
  238. Federal Express    Priority    $50.00*****    second business day
  239.  
  240. Notes:
  241.  
  242. * Delivery time is from receipt of order. Ground and two-day
  243. service orders will typically be processed within five days of
  244. receipt. Overnight orders will typically be processed on the
  245. day of receipt. (Order processing and delivery times are
  246. approximate, and can vary due to circumstances beyond our control.)
  247.  
  248. **  Shipping charges are based on one copy per order. For
  249. multiple copies per order, an additional per-copy charge will apply.
  250.  
  251. *** UPS Ground service to Canada is subject to import broker
  252. fees and local taxes, which are the responsibility of the
  253. recipient and are payable at the time the package is delivered.
  254.  
  255. **** International UPS Second Day Air service is available to
  256. Canada only. This charge -does- include import duties and taxes.
  257.  
  258. ***** Minimum charge. Federal Express shipping charges for
  259. international shipment vary by destination and weight of package.
  260.  
  261. Ordering Information
  262. ======== ===========
  263.  
  264. Orders should include the following:
  265.  
  266.     *  Check, bank draft, or money order for the appropriate
  267.        amount, as determined from the information above. Checks,
  268.        drafts, and money orders should be made payable to 
  269.        "Bare Bones Software". If paying by credit card (MasterCard 
  270.        and Visa only), please also include the following in your order:
  271.  
  272.         -  Your name, as it appears on the credit card.
  273.         -  The address to which the credit card is billed.
  274.         -  The credit card number (MasterCard and Visa only).
  275.         -  The expiration date (month/year) of the card.
  276.  
  277.     *  The address to which your order should be shipped.
  278.         
  279.     *  Your phone number and e-mail address, if appropriate (for 
  280.        registration and product support purposes).
  281.     
  282.     *  If you're requesting a discount price, include one
  283.        proof of discount for -each- copy you would like to
  284.        buy at the discounted price.
  285.  
  286.  
  287. Proofs of Discount
  288. ------------------
  289.  
  290. BBEdit Lite or BBEdit 2.2 Users:
  291.     Include a screen snapshot of the about-box from your copy of
  292.     BBEdit, or a screen snapshot of the Finder's "Get Info" window for
  293.     your copy of BBEdit. If ordering by e-mail, please include the
  294.     creation date and version number of the BBEdit version you have.
  295.  
  296. Vantage or QUED/M Owners:
  297.     Send in the _original_ first page of your manual. Only original
  298.     manual pages will be accepted. If ordering by e-mail, please 
  299.     provide the product registration number.
  300.  
  301. THINK C, THINK Pascal, Code Warrior, or MPW Owners:
  302.     Send in a photocopy of the first page of your manual, or a
  303.     photocopy of the purchase receipt showing purchase of. This
  304.     applies to any version of these products. If ordering by 
  305.     e-mail, please provide the product registration number.
  306.  
  307. Students:
  308.     Include a photocopy of both sides of your currently valid student
  309.     ID or receipt for the current semester's tuition. If ordering by
  310.     e-mail, please provide the name of your college and your student 
  311.     ID number.
  312.  
  313.  
  314. We accept purchase orders from large businesses, universities, and
  315. government agencies (state or federal). NET 10 terms are preferred,
  316. but we will extend NET 30. If you are a small business or reseller,
  317. please write or call for additional information.
  318.  
  319. To place an order or request additional information by mail, write to:
  320.  
  321.     Bare Bones Software
  322.     1 Larkspur Way #4
  323.     Natick, MA 01760
  324.     
  325. To place an order or request additional information by e-mail, write to:
  326.  
  327.     Internet: bbedit@world.std.com
  328.     CIS: 73051,3255
  329.     AppleLink: BARE.BONES
  330.     
  331. To place an order or request information by phone, call (508) 651-3561.
  332.  
  333. To place an order or request information by fax, fax (508) 651-7584.
  334.  
  335. A demo version of BBEdit 2.5 is available on the Internet for anonymous
  336. FTP from world.std.com, in /ftp/pub/bbedit; the demo can also be found
  337. on sumex.stanford.edu, in /info-mac/text. On CIS, look for BBEDIT.DMO
  338. in various forum libraries, including MACDEV, SYMDEV, and ZMC:DOWNTECH, 
  339. or use the File Finder with keyword "bbedit". The BBEdit demo package is 
  340. also available from various other information services and BBSes; check 
  341. yours to see if it's there.
  342.  
  343. =============================================================================
  344.  
  345. Macintosh, Apple, A/UX, MPW, and ToolServer are trademarks of Apple 
  346.    Computer, Inc.
  347. XTND is a trademark of Claris Corporation.
  348. On Location is a trademark of ON Technologies, Inc.
  349. THINK C is a trademark of Symantec Corp.
  350. UNIX is a trademark of UNIX Systems Laboratory.
  351.  
  352. This document is written by and copyright (c)1994 by Richard M. Siegel.
  353. It may be redistributed freely as long as it is not modified in any way.
  354.  
  355. Information presented here is accurate as of the time of writing, but is
  356. subject to change or revision without notice.
  357.  
  358.